Don't export gdk_surface_constrain_size
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Aug 2020 11:31:45 +0000 (07:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Aug 2020 11:31:45 +0000 (07:31 -0400)
It has one last use in gtkwindow.c, but that will
go away and doesn't need this function to be exported
anyway.

gdk/gdksurfaceprivate.h

index 36db8286af13fdad2ba478599b312fd81de89016..50c39d5cc18d1943f4e988f01c1d81eb1462edf6 100644 (file)
@@ -320,7 +320,6 @@ struct _GdkGeometry
   int max_height;
 };
 
-GDK_AVAILABLE_IN_ALL
 void       gdk_surface_constrain_size      (GdkGeometry    *geometry,
                                             GdkSurfaceHints  flags,
                                             int             width,